.NET Framework Administrator Overview  

.NET Framework Configuration Files Overview

Send feedback on this topic.

The .NET Framework gives developers and administrators control over how applications run. The .NET Framework uses configuration files to control, for example, which protected resources an application can access, what version of an assembly (an application component) an application uses, and where remote applications and objects are located. These human-readable, XML-based files give system administrators the ability to manage applications on an individual computer or on all computers across an enterprise.

There are several .NET Framework configuration files, and each file has a different scope. The machine and application configuration files follow the same syntax and provide information such as binding redirects, the location of code, and binding modes for particular assemblies. Security configuration files are used to set security policy, and can be set on a per-user, per-machine, and per-enterprise basis.

In This Section

Computer Configuration
Discusses the machine configuration file, Machine.config file, which is used to specify machine-wide settings for applications.
Security Configuration
Briefly describes the configuration files used to set security policy.
Application Configuration
Describes the application configuration file, which is used to set application-specific settings.
Configuring ASP.NET Applications
Discusses how to configure ASP.NET applications.
.NET Framework Configuration Tool
Describes the configuration tool provided in the .NET Framework SDK.
Code Access Security Policy Tool
Discusses the console application for setting and changing security policy.

Related Sections

.NET Framework SDK documentation
Links to the main topic page of the .NET Framework SDK.